/*
 Theme Name:   Rotoflux
 Description:  Rotoflux child theme
 Author:       Blinkerart
 Template:     enfold
 Version:      3.5.1
 Text Domain:  rotoflux
*/

@import url("../enfold/style.css");

/*FORM SEARCH*/

#home-search-wrap input[type="text"] { max-width: 300px; }
#home-search-wrap { padding-bottom: 50px; }

ul#menu-products { text-align: center; margin-top: 18px; }
ul#menu-products li { display: inline-block; font-size: 20px; margin: 0; }
ul#menu-products li:last-child { border: none; }
ul#menu-products li a { display: block; padding: 14px 26px 14px 26px; background: #ed1c23; color:#FFF; }
ul#menu-products li a:hover { text-decoration: none; background: #000; color: #FFF; }

.mt20 { margin-top: 20px; }
.mt0 { margin-top: 0; }

.avia_message_box_content p { font-size: 23px; }

#top label span.notice-pr { font-weight: bold; color: red; font-size: 18px; }
li.av-language-switch-item { display: none; }

#slidemob { display: none; }
@media (max-width: 767px) {
	#slidemob { display: block; }
}

.archive { border-bottom: 1px dotted #CCC; margin-bottom: 30px; padding-bottom: 20px; }
#top .archive h2 a:hover { color: #CCC; }

span.ajax_search_excerpt { display: none; }

/*TABELLE*/

.yellow {
	background: #9F9 !important;
}

/*Custom per tabelle*/
.tmulti {
	width: 100%;
	overflow-x: auto;
}
.tmulti table {
	border-collapse: collapse;
	font-size: 13px;
	text-align: center;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0;
}
.tmulti td {
	border: 1px solid #666;
	padding: 5px;
	vertical-align: middle;
}
.tmulti td.code {
	background: #f2f2f2;
	cursor: pointer;
	text-decoration: underline;
	font-weight: 600;
	color: red;
}
.tmulti td.code:hover {
	background: #FFF;
	text-decoration: none;
}
.tmulti table tr:nth-child(1) {
	font-size: 16px;
	background: #CCC;
}
.tmulti table tr:nth-child(2) {
	font-weight: bold;
	color: #333;
	background: #FFFCDA;
}
.tmulti.onetitle table tr:nth-child(2) {
	font-weight: normal;
	color: inherit;
	background: inherit;
}
.tdati table {
	border-collapse: collapse;
	font-size: 13px;
	text-align: center;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0;
	width:100%;
	min-width: 500px; 
}
.tdati {
	overflow-x: auto;
}
.tdati table tr:nth-child(1) {
	background: #eae2d0;
	border:0;
}
.tdati td {
	border: 1px solid #666;
	padding: 5px;
	line-height:1.7;
	vertical-align: middle;
}
.tdati th {
	padding: 15px;
	text-align: center;
	border:1px solid #333;
}
